-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump zip-extensions from 0.6.2 to 0.7.0 in /userspace/ksud #1798
Merged
tiann
merged 1 commit into
main
from
dependabot/cargo/userspace/ksud/zip-extensions-0.7.0
Jun 4, 2024
Merged
build(deps): bump zip-extensions from 0.6.2 to 0.7.0 in /userspace/ksud #1798
tiann
merged 1 commit into
main
from
dependabot/cargo/userspace/ksud/zip-extensions-0.7.0
Jun 4, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [zip-extensions](https://github.com/matzefriedrich/zip-extensions-rs) from 0.6.2 to 0.7.0. - [Release notes](https://github.com/matzefriedrich/zip-extensions-rs/releases) - [Changelog](https://github.com/matzefriedrich/zip-extensions-rs/blob/master/CHANGELOG.md) - [Commits](matzefriedrich/zip-extensions-rs@v0.6.2...v0.7.0) --- updated-dependencies: - dependency-name: zip-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Jun 3, 2024
tiann
approved these changes
Jun 4, 2024
m1zole
pushed a commit
to m1zole/KernelSU
that referenced
this pull request
Jun 14, 2024
…ud (tiann#1798) [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [zip-extensions](https://github.com/matzefriedrich/zip-extensions-rs) from 0.6.2 to 0.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/matzefriedrich/zip-extensions-rs/releases">zip-extensions's releases</a>.</em></p> <blockquote> <h2>v0.7.0</h2> <h2>Changes</h2> <ul> <li>The <code>create_from_directory_with_options</code> method now supports per-item file options. This introduces a breaking change: instead of passing <code>FileOptions</code> directly, an <code>Fn</code> must be specified that will be called for each file and must return a <code>FileOptions</code> value.</li> <li>Upgraded the zip dependency to version 0.6.6.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/matzefriedrich/zip-extensions-rs/blob/master/CHANGELOG.md">zip-extensions's changelog</a>.</em></p> <blockquote> <h2>[0.7.0] - 2024-06-01</h2> <h3>Changed</h3> <ul> <li>[PR <a href="https://redirect.github.com/matzefriedrich/zip-extensions-rs/issues/13">#13</a>] Adds support for per-item file options by the <code>create_from_directory_with_options</code> method. This introduces a breaking change; instead of passing a <code>FileOptions</code> directly an <code>Fn</code> must be specified that is called for each file, and must return a <code>FileOptions</code> value.</li> <li>Upgraded the zip dependency to version 0.6.6.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matzefriedrich/zip-extensions-rs/commit/b5858a69e58a1092e9abdeba6883bbfee5518368"><code>b5858a6</code></a> Adds support for per-item FileOptions (<a href="https://redirect.github.com/matzefriedrich/zip-extensions-rs/issues/14">#14</a>)</li> <li>See full diff in <a href="https://github.com/matzefriedrich/zip-extensions-rs/compare/v0.6.2...v0.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zip-extensions&package-manager=cargo&previous-version=0.6.2&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kutemeikito
added a commit
to kutemeikito/KernelSU
that referenced
this pull request
Jul 22, 2024
* 'main' of https://github.com/tiann/KernelSU: build(deps): bump the npm group in /website with 3 updates (tiann#1903) build(deps): bump syn from 2.0.71 to 2.0.72 in /userspace/ksud in the crates group (tiann#1902) Upgrade rustix (tiann#1900) build(deps): bump the npm group in /website with 2 updates (tiann#1899) build(deps): bump the crates group in /userspace/ksud with 3 updates (tiann#1898) build(deps): bump the npm group in /website with 13 updates (tiann#1893) build(deps): bump the crates group in /userspace/ksud with 40 updates (tiann#1894) [skip ci] Group dependabot dependencies (tiann#1892) Upgrade zip (tiann#1891) build(deps): bump io.coil-kt:coil-compose from 2.6.0 to 2.7.0 in /manager (tiann#1888) build(deps): bump org.lsposed.libcxx:libcxx from 27.0.11718014-beta1 to 27.0.12077973 in /manager (tiann#1885) Upgrade deps (tiann#1886) build(deps-dev): bump vitepress from 1.3.0 to 1.3.1 in /website (tiann#1879) build(deps): bump com.google.devtools.ksp from 2.0.0-1.0.22 to 2.0.0-1.0.23 in /manager (tiann#1872) build(deps): bump agp from 8.5.0 to 8.5.1 in /manager (tiann#1873) Allow skipping commented policy (tiann#1870) build(deps): bump rust-embed from 8.4.0 to 8.5.0 in /userspace/ksud (tiann#1869) build(deps): bump clap from 4.5.8 to 4.5.9 in /userspace/ksud (tiann#1868) Setup Android SDK (tiann#1867) Upgrade gradle (tiann#1866) build(deps-dev): bump vitepress from 1.2.3 to 1.3.0 in /website (tiann#1865) Revert "ksud: [Fix] grant root to the shell in debug mode" (tiann#1860) ksud: upgrade zip (tiann#1859) ksud: [Fix] grant root to the shell in debug mode (tiann#1853) build(deps): bump lifecycle from 2.8.1 to 2.8.3 in /manager (tiann#1851) build(deps): bump clap from 4.5.7 to 4.5.8 in /userspace/ksud (tiann#1850) website: fix typo (tiann#1834) build(deps): bump android_logger from 0.13.3 to 0.14.1 in /userspace/ksud (tiann#1830) build(deps): bump log from 0.4.21 to 0.4.22 in /userspace/ksud (tiann#1843) Update resetprop (tiann#1842) throne_tracker: skip iterate if failed to open dir (tiann#1832) Translations update from Hosted Weblate (tiann#1734) build(deps): bump com.google.devtools.ksp from 2.0.0-1.0.21 to 2.0.0-1.0.22 in /manager (tiann#1811) manager: improve grammar in english (tiann#1814) Redirect the Feature Requests issue template tab (tiann#1788) website: fix typo (tiann#1807) build(deps): bump zip from 2.1.2 to 2.1.3 in /userspace/ksud (tiann#1810) build(deps): bump regex from 1.10.4 to 1.10.5 in /userspace/ksud (tiann#1815) build(deps): bump clap from 4.5.4 to 4.5.7 in /userspace/ksud (tiann#1817) build(deps): bump androidx.compose:compose-bom from 2024.05.00 to 2024.06.00 in /manager (tiann#1820) build(deps): bump agp from 8.4.1 to 8.5.0 in /manager (tiann#1824) build(deps): bump lifecycle from 2.8.0 to 2.8.1 in /manager (tiann#1782) website: update translations (tiann#1796) build(deps): bump zip-extensions from 0.6.2 to 0.7.0 in /userspace/ksud (tiann#1798) build(deps): bump zip from 2.1.0 to 2.1.2 in /userspace/ksud (tiann#1799) build(deps-dev): bump vitepress from 1.2.2 to 1.2.3 in /website (tiann#1803) manager: fix update no response when changelog is empty (tiann#1786) Convert devpts domain to ksu_file (tiann#1801) non-GKI:Remove maintainer Coconutat's repositories (tiann#1794) 从非官方支持设备中移除K-Nel-M1721 (tiann#1792) Signed-off-by: Edwiin Kusuma Jaya <kutemeikito0905@gmail.com>
xxmustafacooTR
pushed a commit
to xxmustafacooTR/KernelSU
that referenced
this pull request
Jul 24, 2024
…ud (tiann#1798) [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [zip-extensions](https://github.com/matzefriedrich/zip-extensions-rs) from 0.6.2 to 0.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/matzefriedrich/zip-extensions-rs/releases">zip-extensions's releases</a>.</em></p> <blockquote> <h2>v0.7.0</h2> <h2>Changes</h2> <ul> <li>The <code>create_from_directory_with_options</code> method now supports per-item file options. This introduces a breaking change: instead of passing <code>FileOptions</code> directly, an <code>Fn</code> must be specified that will be called for each file and must return a <code>FileOptions</code> value.</li> <li>Upgraded the zip dependency to version 0.6.6.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/matzefriedrich/zip-extensions-rs/blob/master/CHANGELOG.md">zip-extensions's changelog</a>.</em></p> <blockquote> <h2>[0.7.0] - 2024-06-01</h2> <h3>Changed</h3> <ul> <li>[PR <a href="https://redirect.github.com/matzefriedrich/zip-extensions-rs/issues/13">#13</a>] Adds support for per-item file options by the <code>create_from_directory_with_options</code> method. This introduces a breaking change; instead of passing a <code>FileOptions</code> directly an <code>Fn</code> must be specified that is called for each file, and must return a <code>FileOptions</code> value.</li> <li>Upgraded the zip dependency to version 0.6.6.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matzefriedrich/zip-extensions-rs/commit/b5858a69e58a1092e9abdeba6883bbfee5518368"><code>b5858a6</code></a> Adds support for per-item FileOptions (<a href="https://redirect.github.com/matzefriedrich/zip-extensions-rs/issues/14">#14</a>)</li> <li>See full diff in <a href="https://github.com/matzefriedrich/zip-extensions-rs/compare/v0.6.2...v0.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zip-extensions&package-manager=cargo&previous-version=0.6.2&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fukiame
pushed a commit
to TelegramAt25/KernelSU-shukusai
that referenced
this pull request
Aug 11, 2024
…ud (tiann#1798) [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
LeCmnGend
pushed a commit
to LeCmnGend/KernelSU
that referenced
this pull request
Sep 25, 2024
…ud (tiann#1798) [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [zip-extensions](https://github.com/matzefriedrich/zip-extensions-rs) from 0.6.2 to 0.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/matzefriedrich/zip-extensions-rs/releases">zip-extensions's releases</a>.</em></p> <blockquote> <h2>v0.7.0</h2> <h2>Changes</h2> <ul> <li>The <code>create_from_directory_with_options</code> method now supports per-item file options. This introduces a breaking change: instead of passing <code>FileOptions</code> directly, an <code>Fn</code> must be specified that will be called for each file and must return a <code>FileOptions</code> value.</li> <li>Upgraded the zip dependency to version 0.6.6.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/matzefriedrich/zip-extensions-rs/blob/master/CHANGELOG.md">zip-extensions's changelog</a>.</em></p> <blockquote> <h2>[0.7.0] - 2024-06-01</h2> <h3>Changed</h3> <ul> <li>[PR <a href="https://redirect.github.com/matzefriedrich/zip-extensions-rs/issues/13">#13</a>] Adds support for per-item file options by the <code>create_from_directory_with_options</code> method. This introduces a breaking change; instead of passing a <code>FileOptions</code> directly an <code>Fn</code> must be specified that is called for each file, and must return a <code>FileOptions</code> value.</li> <li>Upgraded the zip dependency to version 0.6.6.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matzefriedrich/zip-extensions-rs/commit/b5858a69e58a1092e9abdeba6883bbfee5518368"><code>b5858a6</code></a> Adds support for per-item FileOptions (<a href="https://redirect.github.com/matzefriedrich/zip-extensions-rs/issues/14">#14</a>)</li> <li>See full diff in <a href="https://github.com/matzefriedrich/zip-extensions-rs/compare/v0.6.2...v0.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zip-extensions&package-manager=cargo&previous-version=0.6.2&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
backslashxx
pushed a commit
to backslashxx/KernelSU
that referenced
this pull request
Nov 14, 2024
…ud (tiann#1798) [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [zip-extensions](https://github.com/matzefriedrich/zip-extensions-rs) from 0.6.2 to 0.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/matzefriedrich/zip-extensions-rs/releases">zip-extensions's releases</a>.</em></p> <blockquote> <h2>v0.7.0</h2> <h2>Changes</h2> <ul> <li>The <code>create_from_directory_with_options</code> method now supports per-item file options. This introduces a breaking change: instead of passing <code>FileOptions</code> directly, an <code>Fn</code> must be specified that will be called for each file and must return a <code>FileOptions</code> value.</li> <li>Upgraded the zip dependency to version 0.6.6.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/matzefriedrich/zip-extensions-rs/blob/master/CHANGELOG.md">zip-extensions's changelog</a>.</em></p> <blockquote> <h2>[0.7.0] - 2024-06-01</h2> <h3>Changed</h3> <ul> <li>[PR <a href="https://redirect.github.com/matzefriedrich/zip-extensions-rs/issues/13">#13</a>] Adds support for per-item file options by the <code>create_from_directory_with_options</code> method. This introduces a breaking change; instead of passing a <code>FileOptions</code> directly an <code>Fn</code> must be specified that is called for each file, and must return a <code>FileOptions</code> value.</li> <li>Upgraded the zip dependency to version 0.6.6.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matzefriedrich/zip-extensions-rs/commit/b5858a69e58a1092e9abdeba6883bbfee5518368"><code>b5858a6</code></a> Adds support for per-item FileOptions (<a href="https://redirect.github.com/matzefriedrich/zip-extensions-rs/issues/14">#14</a>)</li> <li>See full diff in <a href="https://github.com/matzefriedrich/zip-extensions-rs/compare/v0.6.2...v0.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zip-extensions&package-manager=cargo&previous-version=0.6.2&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
backslashxx
pushed a commit
to backslashxx/KernelSU
that referenced
this pull request
Dec 7, 2024
…ud (tiann#1798) [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [zip-extensions](https://github.com/matzefriedrich/zip-extensions-rs) from 0.6.2 to 0.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/matzefriedrich/zip-extensions-rs/releases">zip-extensions's releases</a>.</em></p> <blockquote> <h2>v0.7.0</h2> <h2>Changes</h2> <ul> <li>The <code>create_from_directory_with_options</code> method now supports per-item file options. This introduces a breaking change: instead of passing <code>FileOptions</code> directly, an <code>Fn</code> must be specified that will be called for each file and must return a <code>FileOptions</code> value.</li> <li>Upgraded the zip dependency to version 0.6.6.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/matzefriedrich/zip-extensions-rs/blob/master/CHANGELOG.md">zip-extensions's changelog</a>.</em></p> <blockquote> <h2>[0.7.0] - 2024-06-01</h2> <h3>Changed</h3> <ul> <li>[PR <a href="https://redirect.github.com/matzefriedrich/zip-extensions-rs/issues/13">#13</a>] Adds support for per-item file options by the <code>create_from_directory_with_options</code> method. This introduces a breaking change; instead of passing a <code>FileOptions</code> directly an <code>Fn</code> must be specified that is called for each file, and must return a <code>FileOptions</code> value.</li> <li>Upgraded the zip dependency to version 0.6.6.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matzefriedrich/zip-extensions-rs/commit/b5858a69e58a1092e9abdeba6883bbfee5518368"><code>b5858a6</code></a> Adds support for per-item FileOptions (<a href="https://redirect.github.com/matzefriedrich/zip-extensions-rs/issues/14">#14</a>)</li> <li>See full diff in <a href="https://github.com/matzefriedrich/zip-extensions-rs/compare/v0.6.2...v0.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zip-extensions&package-manager=cargo&previous-version=0.6.2&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps zip-extensions from 0.6.2 to 0.7.0.
Release notes
Sourced from zip-extensions's releases.
Changelog
Sourced from zip-extensions's changelog.
Commits
b5858a6
Adds support for per-item FileOptions (#14)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)